home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineSprite_2877
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
246 b
|
16 lines
stop();
if(tog == 1)
{
choice = random(2) + 1;
if(choice == 1)
{
_root.but2.gotoAndStop(2);
_root.but1.gotoAndStop(1);
}
else
{
_root.but2.gotoAndStop(1);
_root.but1.gotoAndStop(2);
}
}